home *** CD-ROM | disk | FTP | other *** search
- // Copyright (c)1995 Ray Dream, Inc. All Rights Reserved.
- /* $Id: LiteDll.h 1.1 1996/07/19 00:04:32 Damien Exp $ */
-
- ////////////////////////////////////////////////////////////////////////
- // First Light Source Example : Beams Light //
- //--------------------------------------------------------------------//
- // Global Variables used in the DLL //
- ////////////////////////////////////////////////////////////////////////
-
- #ifndef __LITEDLL__
- #define __LITEDLL__
-
- // Global variables used by the DLL
- extern long global_count_Obj;
- extern long global_count_Lock;
-
-
- #endif
-
-